home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product13 / googlebar-0.9.5.06-fx.xpi / chrome / googlebar.jar / content / googlebarExtrasOverlay.xul < prev    next >
Extensible Markup Language  |  2003-07-19  |  1KB  |  31 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <!--
  4.    - We now make it easier to add your own changes to the Googlebar through the magic
  5.    - of overlays. Things are already set up- just add the Javascript code to this file
  6.    - or read Robert Fernandes' explanation (http://googlebar.mozdev.org/feedback.html#181)
  7.    - for more information.
  8.   -->
  9.  
  10. <?xml-stylesheet href="chrome://googlebar/content/skin/extras.css" type="text/css"?>
  11.  
  12. <!DOCTYPE window SYSTEM "chrome://googlebar/locale/googlebarExtras.dtd">
  13.  
  14. <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  15. <hbox id="extras-box">
  16.  
  17. <!-- Begin section for placing custom googlebar items -->
  18.  
  19. <!-- Uncomment this button definition to view a sample extension on the toolbar
  20.     <toolbarbutton id="sample-button"
  21.         buttonclass="sample-button"
  22.         class="sample-button" 
  23.         buttonlabel="&button.sample.label;"
  24.         tooltiptext="&button.sample.tooltip;"
  25.         oncommand="extrasSampleButton()"/>
  26.   -->
  27.  
  28. <!-- End section for placing custom googlebar items -->
  29.  
  30. </hbox>
  31. </overlay>